  ___________________________________    ᠲ    ˨ĩݠ  ߛ   01 Read        ۽ 17 Bulletins   02 QuikScan    ۿ 18 Menu        03 Post        ۡ 19 Help        04 Feedback     20 Directory  ۫ 05 Sections     21 Browse      06 Go          ۼ 22 Download    07 Topics      ۾ 23 Upload      08 Settings     24 Sec-Stats   09 Logoff       25 All         10 Chat         26 New        ۪ 11 Database     27 Edit        12 Users        28 Validate   ۥ 13 Status       29 U-Edit     ۣ 14 Games        30 Compact     15 Vote-Poll   ۦ 31 Make-Vote   16 BBS List     32 Ext-Sys  Print Macro #'s by Window Position:|01                 02      ||03  04 -05 -06 07      ||08  09  10 11/12/13||14  15  16 17:18:19||20  21  22 23      ||24  25  26 27:28:29||||Commands|30                        ||گ||31                                 ||32                         ||33                      ||ֵ34  35  36  37 ||38  39  40  41 ||42  43  44  45 ||46    ۠          47 ||48  ۠       ||49         |Length of each Print Macro:|20                 05      ||01  03 -03 -04 06      ||01  03  03 02/02/02||01  04  03 02:02:02||01  04  03 08      ||05  04  03 02:02:02||||Commands|26                        ||گ||38                                 ||39                         ||39                      ||ֵ01  01  01  01 ||01  01  01  01 ||02  02  03  03 ||30    ۠          03 ||24                            ||114                           |Type of each Macro:|01                 01      ||02  01 -01 -01 01      ||02  01  01 01/01/01||02  01  01 01:01:01||02  01  01 01      ||01  01  01 01:01:01||||Commands|01                        ||گ||01                                 ||01                         ||01                      ||ֵ02  02  02  02 ||02  02  02  02 ||01  01  01  01 ||01    ۠          01 ||01                            ||01                            | |笠|庛A) Set field length by:   A$(Field Length)=" "B) Read Field into String:   X=USR(1692,Field #,ADR(A$))庛A) Put info into a String:   A$=" Text to Enter "B) Pad String with spaces to keep out   Unwanted Garbage:   A$(LEN(A$),Field Length)="       "C) Write String to Sysop Window:   X=USR(1695,Field #,ADR(A$))些A) Get Flag:   X=USR(1692,Field #,0)   X=0:Not set  X=1:Set些A) Write Flag:   X=USR(1695,Field #,Flag)   Flag=0:Clear Flag   Flag=1:Set FlagTo toggle print macro's on and off from within your program: POKE 1607,0: Turn Off Macro's POKE 1607,1: Turn On Macro's